home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMUPDATEPROGRESS / TFORMUPDATEPROGRESS.txt < prev   
Text File  |  2003-08-22  |  2KB  |  71 lines

  1. object formUpdateProgress: TformUpdateProgress
  2.   Left = 332
  3.   Top = 355
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Update progress'
  7.   ClientHeight = 170
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     289
  21.     170)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object labelProgress: TLabel
  25.     Left = 48
  26.     Top = 8
  27.     Width = 233
  28.     Height = 73
  29.     Anchors = [akLeft, akTop, akRight, akBottom]
  30.     AutoSize = False
  31.     Caption = 
  32.       'Spybot - Search && Destroy is contacting the update server now..' +
  33.       '. if the animation below doesn'#39't start yet, please be patient - ' +
  34.       'the server may be busy, but the connection is still in progress ' +
  35.       'as long as this window is shown.'
  36.     WordWrap = True
  37.   end
  38.   object imgUpdateIcon: TImage
  39.     Left = 8
  40.     Top = 8
  41.     Width = 32
  42.     Height = 32
  43.     Picture.Data = {<image000.bmp>}
  44.     Transparent = True
  45.   end
  46.   object labelFile: TLabel
  47.     Left = 8
  48.     Top = 152
  49.     Width = 273
  50.     Height = 17
  51.     Alignment = taCenter
  52.     Anchors = [akLeft, akRight, akBottom]
  53.     AutoSize = False
  54.   end
  55.   object anim: TAnimate
  56.     Left = 8
  57.     Top = 88
  58.     Width = 272
  59.     Height = 60
  60.     Anchors = [akLeft, akBottom]
  61.     CommonAVI = aviCopyFiles
  62.     StopFrame = 31
  63.   end
  64.   object displayTimer: TTimer
  65.     Interval = 100
  66.     OnTimer = displayTimerTimer
  67.     Left = 8
  68.     Top = 48
  69.   end
  70. end
  71.